decorative banner

Application isProfessionalVersion Attribute


    app.isProfessionalVersion

Description

    The isProfessionalVersion attribute is a boolean used to determine if the locally installed After Effects application is the Standard or Professional version.

Type

    Boolean; read-only.

Example

    var PB = app.isProductionBundle;
    alert("It is " + PB + " that you are running the Production Bundle.");